home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / dvitovdu32 / src / pascal / dv.man < prev    next >
Text File  |  1991-11-10  |  4KB  |  99 lines

  1. DVItoVDU is an interactive TeX page previewer.  The program allows you to
  2. look at TeX-generated DVI files on a variety of commonly available VDUs.
  3.  
  4. USAGE:  dv  filename[.dvi]
  5.             [-v vdu]  [-m magnification]  [-r resolution]
  6.             [-x paper_width]  [-y paper_height]  [-l]
  7.             [-f pk_font_directory]  [-d dummy_font]  [-h help_file]
  8.             [-t tfm_directory]  [-p postscript_tfm_prefix]
  9.             [-ho horizontal_offset]  [-vo vertical_offset]
  10.  
  11. COMMAND OPTIONS:
  12.  
  13. -v string   (default=value of TERM)
  14.  
  15. This option is used to tell DVItoVDU what type of VDU you are using.
  16. If TERM does not describe your VDU, you need to override the default value.
  17. Typing `dv -v vis603 foo' will tell DVItoVDU you're using a VISUAL 603.
  18. The current version will accept the following strings:
  19.  
  20. aed512    (AED 512 with 512 by 512 screen)
  21. regis     (any ReGIS compatible VDU; synonyms = gigi, vk100, vt125, vt240)
  22. vis240    (VISUAL 240)
  23. vis500    (VISUAL 500)
  24. vis550    (VISUAL 550)
  25. vis603    (VISUAL 603)
  26. vis630    (VISUAL 630)
  27. vt100     (any VT100 compatible VDU)
  28. vt100132  (any VT100 compatible VDU in 132 column mode)
  29. vt220     (VT220 using down-loaded chunky graphics)
  30. vt640     (VT100 with Retro-Graphics)
  31.  
  32. -m integer   (default=DVI magnification)
  33.  
  34. This option allows you to replace the magnification used in the
  35. DVI file with some other value; ie. a positive integer 1000 times
  36. the desired magnification.  The given value should be chosen carefully
  37. so that the new font sizes still correspond to existing PK files.
  38. Unless you know exactly what you are doing you should avoid using -m,
  39. especially if your TeX source file uses \magnification AND true dimensions.
  40.  
  41. -r integer   (default=300)
  42.  
  43. DVItoVDU treats the imaginary sheet of paper on which a DVI page will
  44. appear as a two dimensional array of tiny dots known as paper pixels.
  45. The specified integer defines the number of pixels per inch,
  46. horizontally and vertically.  Its value should match the resolution
  47. of the device that will be used to print your document.
  48. For example, the Apple LaserWriter has a resolution of 300 dots/inch.
  49.  
  50. -x dimension   (default=8.3in)
  51. -y dimension   (default=11.7in)
  52.  
  53. These two options define the width and height of the paper upon which your
  54. document will be printed.  Both values are specified as dimensions like
  55. those used in TeX, but the units are restricted to IN, CM, MM, PC, PT or PX.
  56. The default values specify A4 paper.
  57. Every time you select a page, DVItoVDU will use these paper dimensions
  58. to check that all printed material falls within the paper edges.
  59.  
  60. -l
  61.  
  62. Swaps the paper width and height values for previewing landscaped output.
  63.  
  64. -f directory   (default=/usr/local/bin/dvitovdu/pk/)
  65.  
  66. DVItoVDU gets all its bit-mapped font information from PK files.
  67. These files are kept within the directory specified by this option.
  68.  
  69. -d file   (default=cmr10.300pk)
  70.  
  71. DVItoVDU will warn you if your document uses a font at a non-existent size.
  72. Rather than abort, it will load the PK file specified after -d and
  73. continue so you can look for more errors.  Paragraphs using this dummy
  74. information are likely to have ragged right margins.
  75.  
  76. -h file   (default=/usr/local/bin/dv/help)
  77.  
  78. The ? command reads the text file specified by this option.
  79. The default help file contains a brief summary of all the commands.
  80.  
  81. -t directory   (default=/usr/local/lib/tex/fonts/)
  82.  
  83. Specifies the location of TFM files for printer-resident PostScript fonts.
  84. DVItoVDU needs to read TFM files if your document uses such fonts
  85. since bit-mapped information does not exist.
  86.  
  87. -p string   (default=ps-)
  88.  
  89. DVItoVDU recognizes a PostScript font by checking the font name for a
  90. unique prefix.
  91.  
  92. -ho dimension   (default=0in)
  93. -vo dimension   (default=0in)
  94.  
  95. These options can be used to shift the location of each page within
  96. the paper.  You should only need to use them if you plan to print the
  97. document with similar offsets.  Negative dimensions are allowed;
  98. for example, "-ho -.5in" shifts each page half an inch to the left.
  99.